Welcome![Sign In][Sign Up]
Location:
Search - rsa java

Search list

[Crack HackRSAProject1.3.2

Description: RSA加密算法演示程序.包括公钥与私钥的生成算法.自定义公钥与私钥的长度-RSA encryption algorithm demo program. Including the public key and private key generation algorithm. Since the definition of a public key and private key length
Platform: | Size: 210944 | Author: xiaolq | Hits:

[Crack HackRSAUtil

Description: RSA的JAVA实现.比较经典的一个.可以做为参考看一下.具有良好的界面-RSA
Platform: | Size: 2048 | Author: zhougl | Hits:

[Crack HackDSA

Description: Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x < q,x为私钥 ; y:y = g^x mod p ,( p, q, g, y )为公钥; H( x ):One-Way Hash函数。DSS中选用SHA( Secure Hash Algorithm )。 p, q, g可由一组用户共享,但在实际应用中,使用公共模数可能会带来一定的威胁。签名及验证协议如下: 1. P产生随机数k,k < q; 2. P计算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 签名结果是( m, r, s )。 3. 验证时计算 w = s^(-1)mod q u1 = ( H( m ) * w ) mod q u2 = ( r * w ) mod q v = (( g^u1 * y^u2 ) mod p ) mod q 若v = r,则认为签名有效。   DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。
Platform: | Size: 136192 | Author: wildkaede | Hits:

[Crack HackJava-encryption-algorithm

Description: Java中常用的加密算法应用,1. MD5加密,常用于加密用户名密码,当用户验证时。2. SHA加密,与MD5相似的用法,只是两者的算法不同。3. RSA加密,RAS加密允许解密。常用于文本内容的加密。-Java encryption algorithm commonly used in applications, 1. MD5 encryption, user name commonly used in the encryption password, when a user authentication. 2. SHA encryption, and MD5 is similar to the usage of only two different algorithm. 3. RSA encryption, RAS encryption allowing decryption. Commonly used in the text of encryption.
Platform: | Size: 1024 | Author: wangmin | Hits:

[Crack HackRSA

Description: RSA算法的Java实现,可作为学习公钥体制加密算法的参考资料-Java realization of RSA algorithm can be used as learning the public key encryption algorithm system reference
Platform: | Size: 166912 | Author: 木易 | Hits:

[Crack Hacktest

Description: 1、对称密码技术的实现(单重DES加密/解密); 2、非对称密码技术的实现(RSA,产生公私钥,并利用公钥加密信息,在利用私钥解密);-1, symmetric cryptographic techniques to achieve (single DES encryption/decryption) 2, non-symmetrical cryptographic techniques to achieve (RSA, generate public private key and public key encryption of information, in the use of the private key to decrypt)
Platform: | Size: 3262464 | Author: liuxiaogang | Hits:

[JSP/Javalab1

Description: 提供JAVA源码,加密解密4种算法,AES, DES ,RSA ,SHA-1,-Provide JAVA source, four kinds of encryption algorithm, AES, DES, RSA, SHA-1,
Platform: | Size: 13312 | Author: shangguan | Hits:

[JSP/JavaRsa

Description: 本人在学习了网络安全加密以后,按照老师要求独自写的JAVA语言的加密程序-I study at a network security encryption, the Teacher in accordance with the requirements of the JAVA language to write their own encryption procedures
Platform: | Size: 2048 | Author: 乔志伟 | Hits:

[JSP/Javasecurit

Description: AES,DES,RSA,SHA1四个加密解密算法。-AES,DES,RSA,SHA1
Platform: | Size: 56320 | Author: 胡斌 | Hits:

[JSP/Javarsa-java

Description: 用java实现的,使用了rsa算法,可用于加解密文本文档-Achieved with java, use the rsa algorithm, can be used for encryption and decryption text document
Platform: | Size: 2706432 | Author: 易天行 | Hits:

[JSP/Java27942020javarsa

Description: RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByt -RSA encryption algorithm, interface operation, it is easy to encrypt the contents of the documents, and longer in order to encrypt the contents of the sub-algorithm used in encryption means. The algorithm steps are as follows: 1. To read the public key e and n, used for encryption. 2. DecText read from a paragraph expressly, explicitly into byte array Byte []. 3. Then Byte [] into byte array express a number of short sectByt
Platform: | Size: 5120 | Author: 易守望 | Hits:

[Crack HackSymmetric_encryption_Stream_encryption_CBC_RSA_DH.

Description: 对称加密解密,流加密,CBC加密解密,RSA加密算法,DH公钥和私钥算法-Symmetric encryption and decryption, stream encryption, CBC encryption and decryption, RSA encryption algorithm, DH public key and private key algorithm
Platform: | Size: 19456 | Author: Peter | Hits:

[CA authRSA

Description: 使用java编写的一个实现加密的RSA算法-Written in a java implementation to use the RSA encryption algorithm
Platform: | Size: 44032 | Author: 张仪 | Hits:

[Crack HackRSA-java

Description: java RSA非对称密钥加密,自己建个java项目就好了,也可以当成工具类-java RSA asymmetric key encryption, to build their own like a java project, and also as tools
Platform: | Size: 2048 | Author: chuen jane | Hits:

[CA authrsa.tar

Description: rsa algorithm .... works fine for 1024 bit prime numbers
Platform: | Size: 7168 | Author: stane | Hits:

[Internet-Networkchat_client_with_file_transfer_option

Description: A chat client made using java sockets in which messages are passed RSA encrypted with an option of file transfer betwwen users.
Platform: | Size: 100352 | Author: Kartik | Hits:

[CA authRSA

Description: RSA-is an algorithm for public-key cryptography-RSA-is an algorithm for public-key cryptography
Platform: | Size: 6144 | Author: andrushkutzzaa | Hits:

[Crack HackRSA

Description: This program are client and server for encryption and decryption for RSA algo
Platform: | Size: 3072 | Author: Rakesh | Hits:

[JSP/JavaRSA

Description: RSA公钥密码系统的Java实现,这是一个在java平台上编写的关于密码的一个经典程序-RSA公钥密码系统的Java实现
Platform: | Size: 6144 | Author: Cynthia | Hits:

[Crack Hackrsa

Description: 用JAVA编写的一个加解密程序,可自动生成公钥、私钥-Prepared using JAVA encryption and decryption of a program that automatically generates a public key, private key
Platform: | Size: 56320 | Author: ren | Hits:
« 1 2 3 45 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net